home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / mission5_briefing.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  592 b   |  46 lines

  1. menu "mission5_briefing" 640 480 NONE 0
  2. bgcolor 1 1 1 1
  3. borderstyle NONE
  4. bgfill 0 0 0 1
  5. fullscreen 1
  6. //vidmode 3
  7. //fadein 0.5
  8. //include "ui/common.inc"
  9. virtualres 1
  10. include "ui/missionbriefingback.inc"
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. resource
  25. Button
  26. {
  27. title "skip briefing"
  28. name "Default"
  29. rect 8 440 112 32
  30. fgcolor 0.00 0.00 0.00 1.00
  31. bgcolor 0.50 0.50 0.50 1.00
  32. borderstyle "RAISED"
  33. stuffcommand "spmap m5l1a"
  34. }
  35. resource
  36. Label
  37. {
  38. name "Default"
  39. rect 94 74 456 344
  40. fgcolor 0.00 0.00 0.00 1.00
  41. bgcolor 0.50 0.50 0.50 0.00
  42. borderstyle "NONE"
  43. shader "briefing5a"
  44. }
  45. end.
  46.